Skip to content

Conversation

@vogelsgesang
Copy link
Member

No description provided.

@vogelsgesang vogelsgesang requested a review from a team as a code owner November 3, 2025 20:00
@llvmbot llvmbot added the libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. label Nov 3, 2025
@llvmbot
Copy link
Member

llvmbot commented Nov 3, 2025

@llvm/pr-subscribers-libcxx

Author: Adrian Vogelsgesang (vogelsgesang)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/166221.diff

1 Files Affected:

  • (modified) libcxx/docs/TestingLibcxx.rst (+1-1)
diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst
index dbe69484abedf..062c09571eafe 100644
--- a/libcxx/docs/TestingLibcxx.rst
+++ b/libcxx/docs/TestingLibcxx.rst
@@ -451,7 +451,7 @@ Instead use:
 
 .. code-block:: cpp
 
-   // UNSUPPORTED: std-at-least-c++26
+   // REQUIRES: requires-std-at-least-c++26
 
 There is no corresponding ``std-at-most-c++23``. This could be useful when
 tests are only valid for a small set of standard versions. For example, a

@vogelsgesang vogelsgesang changed the title [libc++][docs] Fix documentation of REQUIRES: std-at-least-c++26 [libc++][docs] Fix documentation of REQUIRES: std-at-least-* Nov 3, 2025
@vogelsgesang
Copy link
Member Author

Merging without reviews, as discussed in #164281 (comment)

@vogelsgesang vogelsgesang merged commit d4ca474 into llvm:main Nov 3, 2025
17 of 18 checks passed
.. code-block:: cpp
// UNSUPPORTED: std-at-least-c++26
// REQUIRES: requires-std-at-least-c++26
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦 fixed in #166226

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants